The Single-line Editor

To make working on systems that don't have a single-line editor (short sle) easier, a simple sle is implemented in UniTerm. The last 20 lines typed by the user are stored in a circular buffer. Pressing <#2972#><#2973#>〈<#2973#>Insert<#2974#>〉<#2974#><#2972#> starts the sle, the status line will clear and the current line will be displayed instead. The following functions are provided:

<#2976#><#2979#>〈<#2979#>#math220#→<#2980#>〉<#2980#><#2976#>
#tex2html_wrap_inline10467#
<#2982#><#2985#>〈<#2985#>#math222#←<#2986#>〉<#2986#><#2982#>
#tex2html_wrap_inline10473#
<#2988#><#2991#>〈<#2991#>↑<#2992#>〉<#2992#><#2988#>
#tex2html_wrap_inline10479#
<#2994#><#2997#>〈<#2997#>#math224#↓<#2998#>〉<#2998#><#2994#>
#tex2html_wrap_inline10485#
<#3000#><#3003#>〈<#3003#>Delete<#3004#>〉<#3004#><#3000#>
#tex2html_wrap_inline10489#
<#3006#><#3009#>〈<#3009#>Backspace<#3010#>〉<#3010#><#3006#>
#tex2html_wrap_inline10493#
<#3012#><#3015#>〈<#3015#>Insert<#3016#>〉<#3016#><#3012#>
#tex2html_wrap_inline10497#
<#3018#><#3021#>〈<#3021#>Return<#3022#>〉<#3022#><#3018#>
#tex2html_wrap_inline10501#

The sle is always in insert mode. <#2789#>DON'T FORGET TO ERASE YOUR PASSWORDS!<#2789#> If you want to disable the sle for this reason, disable it in the <#3024#>[Terminal]<#3024#> dialog box.